home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Testers
/
Tuning Melody Tester
< prev
next >
Wrap
Text File
|
1998-10-26
|
613b
|
30 lines
(def-orchestra 'orchestra
all-instruments (line1)
)
(create-tonality albion
'(1/1 16/15 9/8 6/5 5/4 4/3 64/45 3/2 8/5 5/3 16/9 15/8))
(def-section-timesheet sect-a
; 1 5 9
with 1/1; !---!---!
tonality "." (activate-tonality (albion c 3 4024))
line1 "--------"
;
beat 1/16 ; !---!---!---!---!---!---!---!---q
legato 90
line1 "--- --- - - " (match-beat '(a b c d e f g h i j k l)) with '(65)
)
(init-rnd 0.4948)
(def-expression
default ((legato 100 10 0.4) (velocity 10 0.4))
)
(def-tempo 54)
(play-file-p nil
all-instruments '(sect-a)
)